Click or drag to resize

ServiceGetMessageTrackingReport Method (MessageTrackingScope, MessageTrackingReportTemplate, String, Mailbox, Boolean, String)

Gets tracking information about the specified messages.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public GetMessageTrackingReportResponse GetMessageTrackingReport(
	MessageTrackingScope scope,
	MessageTrackingReportTemplate template,
	string messageTrackingReportId,
	Mailbox recipientFilter,
	bool returnQueueEvents,
	string diagnosticsLevel
)

Parameters

scope
Type: Independentsoft.ExchangeMessageTrackingScope
The scope.
template
Type: Independentsoft.ExchangeMessageTrackingReportTemplate
The template.
messageTrackingReportId
Type: SystemString
The message tracking report identifier.
recipientFilter
Type: Independentsoft.ExchangeMailbox
The recipient filter.
returnQueueEvents
Type: SystemBoolean
if set to true [return queue events].
diagnosticsLevel
Type: SystemString
The diagnostics level.

Return Value

Type: GetMessageTrackingReportResponse
GetMessageTrackingReportResponse.
See Also